Learn how to customize stop words dictionaries through the dashboard.
removeStopWords
feature does.
This parameter relies on language-specific stop word dictionaries, which Algolia maintains for around 50 languages. You can view the complete list of supported languages in the removeStopWords
usage notes. You can add, turn off, and delete stop words from them using your Algolia dashboard.
Stop words dictionaries are applied at the application rather than index level. If you want to ignore certain words only when searching certain indices, consider using the optionalWords
feature.
removeStopWords
and other language-specific features in conjunction with the queryLanguages
setting. Refer to the guide on how to set an index’s query language to learn more.queryLanguages
and enable removeStopWords
.